home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-01-02 | 3.0 KB | 68 lines | [TEXT/GEOL] |
- Item 6840255 22-Dec-89 20:11
-
- From: D5385 UT Austin, Ken Duncan,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: DoubleVision TripleTroubles
-
- I'm having trouble compiling 'DoubleVision' although I think I'm following all
- the suggestions for compatability. I'm using MPW 3.0, MPW Pascal 3.0, MPW
- Assembler 3.0, MacApp 2.0ß9, 32-bit QuickDraw, MPW interfaces for 32-bit
- QuickDraw, System 6.0.3, on a Mac II with 5 MB of memory.
-
- The options I'm using are the suggested ones below:
-
- MABuild DoubleVision -NoDebug -NeedsMC68020 -NeedsFPU -NeedsColorQD
- -NeedsROM128K -NeedsSystem6 -TemplateViews -AutoBuild
-
-
- This resulted in a succesful 'AutoBuild' of MacApp with these options, then the
- following error messages:
- ______________________________________________________________________________
- Target Folder: "HD40SC:Samples:DoubleVisionƒ:DoubleVision Source:.Non-Debug
- /MacII+Sys6+:"
- Making: DoubleVision.MAMake
- Compiling: UDoubleVision.p
- # histogramSize : LONGINT;
- # theHistogramData: PACKED ARRAY [0..2147483647] OF LONGINT;{ • Max longint
- as max
- # ?
- ### Pascal - Error 317 Array too large ( > 32 bit offset )
- #------------------------------------------------------------------------------
- --------------------------------------------------
- File "UHISTOGRAM.p"; Line 65 # Compiling
- HD40SC:Samples:DoubleVisionƒ:DoubleVision Source:UDoubleVision.p
- #------------------------------------------------------------------------------
- --------------------------------------------------
- #
- # LongArray = ARRAY[LargePosIndex] OF LONGINT;
- # ?
- ### Error 317 Array too large ( > 32 bit offset )
- #------------------------------------------------------------------------------
- --------------------------------------------------
- File "HD40SC:Samples:DoubleVisionƒ:DoubleVision Source:UDoubleVision.p";
- Line 76
- #------------------------------------------------------------------------------
- --------------------------------------------------
- #
- # PackedDataArray = PACKED ARRAY[LargePosIndex] OF Byte;
- # ?
- ### Error 317 Array too large ( > 32 bit offset )
- #------------------------------------------------------------------------------
- --------------------------------------------------
- File "HD40SC:Samples:DoubleVisionƒ:DoubleVision Source:UDoubleVision.p";
- Line 80
- #------------------------------------------------------------------------------
- --------------------------------------------------
- ### MPW Shell - Execution of HD40SC:Samples:DoubleVisionƒ:DoubleVision
- Source:.Non-Debug /MacII+Sys6+:DoubleVision.MakeIt terminated.
- __________________________________________________________________________
-
- Any suggestions would be greatly appreciated. I thought I would learn from
- this purchase, but I didn't plan on a MacApp compiler lesson. What am I doing
- wrong here? Thanks for helping me with this problem.
-
- Ken Duncan D5385
-
-